home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-24 | 1.2 KB | 30 lines | [TEXT/GEOL] |
- Item 6097080 24-Oct-89 07:11
-
- From: JL.TECH Ed Systems, Eduard Schwan,VAR
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: Where to put rsrc in MaMake?
-
- Please pardon the naive question on this forum, but I can find the answer
- nowhere else. I have a fairly simple MacApp App. consisting of a main program,
- several units (TGifApplication, TGifDocument, TGifView), a View Resource
- "GifViews.RSRC" and an MAMake file. I cannot seem to get my special view
- resource file automatically linked in to the final application. I have lately
- given up and used ResEdit to copy it after the first compile, then it stays for
- subsequent compiles. However I am sure that there is something simple I am
- overlooking. I have perused the example programs (i.e. Calc) for ideas.. it
- should work, shouldn't it? The last lines of my MAMake file are:
-
- # List resource files that the Rez file includes if you want to include
- # more or less than the standard set
- OtherRsrcFiles = ∂
- "{MAObj}Printing.rsrc" ∂
- "{SrcApp}GifViews.RSRC"
-
- I would appreciate any insights.. Thank you!
-
- Eduard Schwan - Jostens Learning Corp.
- Alink: JL.Tech
-
-